4.x: Hide documentation in sealed interfaces [1/x]#8028
4.x: Hide documentation in sealed interfaces [1/x]#8028akarnokd merged 3 commits intoReactiveX:4.xfrom
Conversation
This should reduce the file size of the main classes while also keeping docks in IDEs.
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 5.053 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 4.x #8028 +/- ##
======================================
Coverage ? 99.58%
Complexity ? 6789
======================================
Files ? 755
Lines ? 47872
Branches ? 6420
======================================
Hits ? 47672
Misses ? 88
Partials ? 112 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 5.008 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 5.008 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
This should reduce the file size of the main classes while also keeping docks in IDEs.
Using sealed interfaces to lift the docs into separate multiple files for better readability. Compacts the main files.
We'll do
value record FlowableOpConfig() { }for reducing overloads later, hence the core.config package